github.com/jackc/pgx/v5/pgconn.pipelineState.lastRequestType (field)

5 uses

	github.com/jackc/pgx/v5/pgconn (current package)
		pgconn.go#L2229: 	lastRequestType            pipelineRequestType
		pgconn.go#L2238: 	s.lastRequestType = pipelineNil
		pgconn.go#L2274: 	s.lastRequestType = req
		pgconn.go#L2340: 		notPendingSync = (s.lastRequestType == pipelineSyncRequest) || (s.lastRequestType == pipelineNil)